home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1865 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  113 b   |  6 lines

  1. startWidth = hp._width;
  2. onEnterFrame = function()
  3. {
  4.    hp._width = startWidth * _root.boss.health / 100;
  5. };
  6.